home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
Blogs
/
BlogJetSetup.exe
/
{app}
/
Firefox
/
blogjetthis6.xpi
/
chrome
/
blogjetthis.jar
/
content
/
blogjetthis
/
about.xul
next >
Wrap
Extensible Markup Language
|
2006-09-05
|
2KB
|
43 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window class="dialog"
title="BlogJetThis - About"
orient="vertical"
autostretch="always"
onload="sizeToContent()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Original template by Jed Brown -->
<groupbox align="center" orient="horizontal">
<vbox>
<text value="BlogJet This!" style="font-weight: bold; font-size: x-large;"/>
<text value="ver. 2.0"/>
<separator class="thin"/>
<text value="Created By:" style="font-weight: bold;"/>
<text value="James Avery" class="url"
onclick="window.open('http://www.dotavery.com'); window.close();"/>
<separator class="thin"/>
<text value="Contributors:" style="font-weight: bold;"/>
<text value="Grant Carpenter" class="url"
onclick="window.open('http://xl8.net/BLOG/'); window.close();"/>
<text value="Dmitry Chestnykh" class="url"
onclick="window.open('http://www.blogjet.com'); window.close();"/>
<separator class="thin"/>
<text value="Home Page:" style="font-weight: bold;"/>
<text value="http://www.blogjet.com"
class="url"
onclick="window.open('http://www.blogjet.com'); window.close();"/>
<separator class="thin"/>
</vbox>
<spring flex="1"/>
<image src="chrome://blogjetthis/skin/blogjetthisb.png"/>
</groupbox>
<hbox>
<spacer flex="1"/>
<button label="Close" oncommand="window.close();"/>
</hbox>
</window>